|
|
|
![]() | |
|
|
|
To access the contents, click the chapter and section titles.
Sams Teach Yourself MCSE Windows NT Server 4 in 14 Days
11.3. Computer BrowsingThe browser service enables users to access resources on other computers. However, this traffic is broadcast-based. These broadcasts are not forwarded by routers, so it remains on the local subnet. Accessing resources on other subnets can be accomplished via the WINS server. A computer will announce itself to the network every 12 minutes whether it has something to share or not. When a client wants to access a remote resource it first requests a list of backup browsers. If this request is not answered, an election packet is then sent, forcing an election. After the browse list is acquired, the client then selects the server that has the desired resource. As a result, a list of shared resources controlled by that computer is sent to the client. The amount of traffic generated by this process depends on the number of servers and how many resources the selected server has to offer. The best method for reducing browser traffic is to disable the server service on computers that do not share resources. Not only does this reduce the size of the browse list, but it also reduces the number of announcements sent over the network. Because all browser announcements are sent over all utilized protocols, reducing the number of protocols also reduces the amount of browser traffic. Configuring your computers by whether they should participate as browsers is a good idea. You can disable the capability to be a browser by setting the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters\MaintainServerList value to No. 11.4. Windows Internet Name Server (WINS)You use your network primarily so that users can access and share resources located elsewhere on the network. For that to work, one computer must be able to find another computer on a network. At the lowest level, this is done using media access control (MAC) hardware addresses. Every network interface device in the world is given a unique MAC address by its manufacturing company; this address looks something like 04-00-34-2d-3d-74. When you use the TCP/IP protocol on your network, all network interface devices are also assigned unique IP addresses. When TCP/IP must transmit a message from one computer to another, it uses IP addresses. A part of the TCP/IP protocol stack known as ARP, or Address Resolution Protocol, resolves the IP address to a MAC hardware address on the transmitting end and from a MAC hardware address back to an IP address on the receiving end. This is all great for computers that can remember infinite combinations of obscure numbers, but we humans like to call things by name. This solves two problems for us. First, IP addresses are hard to remember. Remembering common names is a much easier task. Second, when a computer moves to a different location on a network, its IP address often changes but its name does not. Windows Internet Naming Service (WINS) solves this problem by allowing users to refer to computers by their familiar NetBIOS computer names over a TCP/IP network. WINS maintains an up-to-date list of NetBIOS computer names and their respective IP addresses.
11.4.1. NetBIOS Over TCP/IPNetBIOS was originally designed for use on small LANs and relies heavily upon broadcasts. On a small network, when a computer must find another computer by using a NetBIOS name, it broadcasts its request and each computer on the network reads the message to see if they are its intended target. Also, whenever a computer initializes, it sends a broadcast to see if its NetBIOS name is already registered on the network. The problem with all of this is that broadcasts generally will not pass through routers. Thus, NetBIOS does not perform well on large, segmented networks. This is where WINS comes in. The WINS server maintains an up-to-date list of each computer on the network containing its NetBIOS name and corresponding IP address. WINS solves the broadcast problem by using directed communications. Client computers are preconfigured with the IP address of their WINS server. Thus, when the client initializes, it sends its registration message directly to the WINS server, which then checks to see whether the name is already registered. If it is not, the WINS server updates its database. When a client must locate another computer on the network by its NetBIOS name, the request is sent directly to the WINS server, which in turn sends the IP address of the computer back to the client.
11.4.2. Configuring WINS ServerMinimal configuration is required when you set up a WINS server. This configuration consists of setting up replication and entering any needed static entries in the WINS database. Installing the WINS Server ServiceTo install the WINS Server service on a Windows NT server, do the following:
After this is finished, the WINS service should be running and will run automatically whenever the computer is started. After installing the WINS server, it is ready to begin its job and little other configuration is required. All you must do is configure the client computers you want to use WINS with the IP address of the WINS server.
|
|
Products | Contact Us | About Us | Privacy | Ad Info | Home
Use of this site is subject to certain Terms & Conditions, Copyright © 1996-2000 EarthWeb Inc. All rights reserved. Reproduction whole or in part in any form or medium without express written permission of EarthWeb is prohibited. |